home *** CD-ROM | disk | FTP | other *** search
/ Game Head 1996 January / Game Head January 1996.iso / addons / refinery / refinery.bat < prev    next >
Encoding:
DOS Batch File  |  1995-10-10  |  203 b   |  8 lines

  1. @echo off
  2. if exist descent.pcx ren descent.pcx pcxpcx.bak
  3. ren refinery.pcx descent.pcx
  4. call descent.bat %1 %2 %3 %4 %5
  5. ren descent.pcx refinery.pcx
  6. if exist pcxpcx.bak ren pcxpcx.bak descent.pcx
  7.  
  8.